翻訳と辞書
Words near each other
・ Rabbit punch
・ Rabbit rabbit rabbit
・ Rabbit Rampage
・ Rabbit rat
・ Rabbit Redux
・ Rabbit Remembered
・ Rabbit River
・ Rabbit River (Bois de Sioux)
・ Rabbit River (Michigan)
・ Rabbit River (Mississippi River)
・ Rabbit Robinson
・ Rabbit Romeo
・ Rabbit Run, Lexington
・ Rabbit Sack C
・ Rabbit Seasoning
Rabbit Semiconductor
・ Rabbit show jumping
・ Rabbit Software
・ Rabbit Songs
・ Rabbit starvation
・ Rabbit syndrome
・ Rabbit Test
・ Rabbit test
・ Rabbit Test (film)
・ Rabbit Test (Ugly Betty)
・ Rabbit Town, Kentucky
・ Rabbit Transit
・ Rabbit Transit (film)
・ Rabbit Transit (game)
・ Rabbit Transit (York)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Rabbit Semiconductor : ウィキペディア英語版
Rabbit Semiconductor

Rabbit Semiconductor is the company which designs and sells the Rabbit family of microcontrollers and microcontroller modules.
For development, it provides Dynamic C, a non-standard dialect of C with proprietary structures for multitasking.
Rabbit Semiconductor was purchased in 2006 by Digi International.〔(Digi International Acquires Rabbit Semiconductor )〕 Before the purchase, Rabbit Semiconductor was a division of Z-World, Inc. Z-World developed and manufactured embedded controller products as well as embedded software development environments.
==Microcontroller architecture==
The Rabbit processor family shares many features with the Zilog Z80/Z180 processors. For example, the registers of a Rabbit 2000/3000 processor are almost the same as the registers of a Z80/Z180 processor. The Rabbit 4000 processor expands to include the use of 32-bit registers. The instruction set of Rabbit processors also closely resembles the instruction set of the Z80/Z180 family. While the opcodes of many instructions are the same between the Rabbit 2000/3000 processors and Z80/Z180 processors, the two families of processors are not binary compatible.
The Rabbit processor family has unique features. For example, the Z80/Z180 family disables interrupts once an interrupt is serviced by an interrupt service routine. However, the Rabbit processors permit interrupts to interrupt service routines according to priorities (a total of 4).
As with the Z80/Z180 family, the Rabbit processors are CISC processors, as opposed to RISC competitors like the Atmel AVR processors. A comparison of clocks per instruction of the Rabbit processor against a typical RISC processor like the AVR reveals that even though the Rabbit processors can use a faster clock (up to 60 MHz), the effective processing power is comparable to that of a similarly-priced AVR processor using a slower clock (up to 32 MHz). For example, the "INC (IX+d)" instruction requires 11 to 13 clock cycles (depending on specific processor and on operand characteristics)〔(【引用サイトリンク】url=http://ftp1.digi.com/support/documentation/0190098_l.pdf )〕 on a Rabbit processor. The equivalent instruction sequence (LDD, INC, STD) on an AVR requires 5 clock cycles.〔(AVR Instruction Set (includes clocks per instruction) )〕 Another example is the ''CALL'' instruction. It requires 11 to 13 clock cycles (depending on specific processor and on operand characteristics) on a Rabbit microprocessor〔 versus 4 to 5 cycles on an AVR processor.
This difference, in part, is due to the AVR using on-chip memory for both instructions and data, whereas the Rabbit uses off-chip memory for both instructions and data.
Rabbit Semiconductor claims that the instruction set of Rabbit processors is optimized for C code.〔(Rabbit 3000 Microprocessor User's Manual )〕 A similar claim is made by Atmel for their AVR processors. The two architectures actually have very similar addressing modes, such as literal, register, indirect and indirect plus displacement. Furthermore, both architectures have specialized 16-bit registers. The Rabbit has IX, IY and SP, whereas the AVR has X, Y and Z.
The main difference is that the Rabbit instructions place more constraints on register usage compared to the AVR instructions. For example, the 8-bit Rabbit ''ADD'' instruction permits only the A-register be the destination. However, the ''ADD'' instruction of the AVR permits the use any one of the 32 8-bit registers as the source or destination. Generally speaking, an instruction set that is less register restrictive is more optimizable because there is less need to save-and-reload the content of a register.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Rabbit Semiconductor」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.